Scaffold( appBar: PreferredSize( preferredSize: const Size.fromHeight(100), child: Container(color: Colors.red), ), )